crypto/internal/edwards25519.Point.Set (method)
5 uses
	crypto/internal/edwards25519 (current package)
		edwards25519.go#L72: 	return new(Point).Set(identity)
		edwards25519.go#L85: 	return new(Point).Set(generator)
		edwards25519.go#L106: func (v *Point) Set(u *Point) *Point {
		scalarmult.go#L54: 	v.Set(NewIdentityPoint())
		scalarmult.go#L106: 	v.Set(NewIdentityPoint())
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |